CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - RSA 512

搜索资源列表

  1. RSA对称加密算法源代码

    0下载:
  2. 利用RSA对称算法实现文件加密,密钥512位,比较安全。但不是特别安全。因为推荐2048位的密钥目前是很安全的。-use RSA asymmetric encryption algorithm document, the key 512, relatively safe. But it is not particularly safe. Since 2048 recommended the key now is very safe.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:143546
    • 提供者:海贵
  1. studentinfo

    0下载:
  2. 学生信息管理系统(JBuilder x 开发,采用RSA 512位公钥加密,私钥用于找回密码,2006-4-5)-student information management system (x JBuilder development, adoption 512 RSA public key encryption, the private key used to retrieve passwords 2006-2007-4 - 5)
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:1847293
    • 提供者:zy
  1. ELGamaltool

    0下载:
  2. 这个程序是网络信息安全概论课的课程实践,自己动手编写一个具于1024位大数 运算的ELGamal加密系统。 ELGamal 依赖大数运算,目前主流ELGamal算法都建立在512 到1024位的大数运算之上。 而大多数的编译器只能支持到64位的整数运算,即我们在运算中所使用的整数必须小 于等于64位,即:0xffffffffffffffff,也就是18446744073709551615,这远远达不 到RSA 的需要,于是需要专门建立大数运算库来解决这一问题-network
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:91962
    • 提供者:明江
  1. DSA

    0下载:
  2. Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数: p:L bits长的素数。L是64的倍数,范围是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > 1; x:x
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:136954
    • 提供者:wildkaede
  1. RSA

    3下载:
  2. RSA加密算法,可以实现实现128,256,512,1024,2048位的RSA加密解密运算-Use vc++ Realize RSA encryption and decryption algorithm source code.RSA digital signature algorithm of RSA
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-27
    • 文件大小:23724
    • 提供者:MR.name
  1. RSA_spadpa_attcaks_and_defenses_design_based_on_80

    0下载:
  2. (繁体中文版)台湾出品不得多得的关于spa dpa 旁道攻击rsa算法的精彩论文。相对国内的一些翻译性质的、粗制滥造的论文,简直是一个天上一个地下。-As information technology has developed rapidly, it provides more convenient life for people. As the result, the security has become the main concern. Recently, user id and pa
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:524146
    • 提供者:wang carl
  1. rsa

    0下载:
  2. 安全性大大改进,可算做能完全代替MD5的散列验证算法.-1.Large input message block size 2.provably resistant to differential attacks 3.Alternative sequential mode 4.Key input K??of up to 512 bits?? K is input to every compression function 5.1024-bit interm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:10287
    • 提供者:haec
  1. cwcli_src

    0下载:
  2. CipherWall Client, code to work with sockets, sqlite database and CA realization: - RSA 2048-4096 bit - digit auth on RSA - 3-step cert auth - Blowfish in CFB mode (448 bit) - SHA-256 и SHA-512 - HMAC on base SHA-256 - random-digit gen
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:94137
    • 提供者:Andrey
  1. safecli_src

    0下载:
  2. CipherWall Client, code to work with sockets, sqlite database and CA realization: - RSA 2048-4096 bit - digit auth on RSA - 3-step cert auth - Blowfish in CFB mode (448 bit) - SHA-256 и SHA-512 - HMAC on base SHA-256 - random-digit gen
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:131481
    • 提供者:Andrey
  1. rsa

    1下载:
  2. RSA Routines Optimized for AVR, Very FAST 512bit RSA in 0.5 Seconds on ATMEGA 16 AVR
  3. 所属分类:SCM

    • 发布日期:2015-08-10
    • 文件大小:7168
    • 提供者:Belal
  1. RSA.tar

    0下载:
  2. 判断一个大数是否是质数(512比特以上的大数)-To determine whether a large number is prime (512 bits or more of the large numbers)
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:4229196
    • 提供者:比格
  1. RSA

    0下载:
  2. 编程实现RSA算法。包括:生成公钥(e, n)和私钥d,对明文m加密,对密文m解密。 注:实际应用中,512比特的n 已经不够安全,所以建议公司用1024比特的n,及其重要的场合用2048比特的 n。所以大家要选择大整数n。-Programming RSA algorithm. Include: Creation of a public key (e, n) and private key d, m the plaintext encryption, decryption of cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:44903
    • 提供者:semmir
  1. RSA-security

    0下载:
  2. RSA的算法过程比较好理解,可是当具体用代码来实现的时候,我才发现原来不像自己想像的那么简单。经过这次试验和资料的查看了解到RSA是公钥密码的经典,应用很广。这次实验体会到RSA在生成密钥的时候非常慢,这里仅仅是512位的,如果要求生成1024或更多位的密钥的话,速度是相当慢的,可以看出RSA比DES慢非常多。-RSA composed.a good application to keep your files safe.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1476061
    • 提供者:王锡爵
  1. RSA

    1下载:
  2. 利用Java 实现512位大素数的RSA算法实现-RSA Java
  3. 所属分类:Windows Kernel

    • 发布日期:2017-08-20
    • 文件大小:11264
    • 提供者:章羽辰
  1. rsa256-512-1024

    0下载:
  2. rsa 256-512-1024已编译通过-rsa 256-512-1024 compiled successed
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-01-25
    • 文件大小:304128
    • 提供者:tom
  1. rsa-core

    0下载:
  2. 512位的rsa算法的yhdl实现,含说明文档-An open-source 512 bit RSA core in order to help small projects which need RSA ciphering.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:240457
    • 提供者:Rain
  1. rsa

    0下载:
  2. RSA算法,支持256、512、1024位创建密钥、加解密。-RSA algorithm, supports 256, 512, 1024 to create the key, encryption and decryption.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:12028
    • 提供者:陈昌鑫
  1. Keygen RSA 512 Windows-Crypto-API

    0下载:
  2. 512 bit Blob keypair generator
  3. 所属分类:密码/编码算法

    • 发布日期:2016-08-02
    • 文件大小:1292
    • 提供者:pavelpexa
  1. rsa

    0下载:
  2. 实现加解密功能,自动生成密钥,实现128,256,512,1024,2048位加解密(RSA tencrypto and tdecrypto)
  3. 所属分类:加密解密

    • 发布日期:2018-01-05
    • 文件大小:7168
    • 提供者:浅浅儿
  1. VB6支持256、512、1024、2048的RSA加密

    9下载:
  2. 很好的一个vb6的rsa加密解密,支持256、512、1024、2048。
  3. 所属分类:加密解密

« 12 »
搜珍网 www.dssz.com